fix(web-ui): don't open ui automatically on app start#5329
Conversation
There was a problem hiding this comment.
#!/bin/sh
exec sunshine "$@"I think the script can be simplified to just this one command.
There was a problem hiding this comment.
Sounds good, done.
620e0a4 to
9258984
Compare
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5329 +/- ##
=========================================
Coverage 27.55% 27.55%
=========================================
Files 113 113
Lines 25557 25556 -1
Branches 11232 11231 -1
=========================================
Hits 7041 7041
+ Misses 16616 15455 -1161
- Partials 1900 3060 +1160
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 68 files with indirect coverage changes Continue to review full report in Codecov by Harness.
|
|



Description
This seems like a UX anti-pattern for an app that's running in the background, with only occasional config to be done. And @ReenigneArcher recently argued that a PR would be welcome.
Issues Fixed or Closed
Type of Change
Checklist
AI Usage